home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
tools
/
czesc_3
/
reminder
/
src
/
gadfunc.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-04-19
|
364b
|
23 lines
/* Gadfunc.c prototypes for Reminder */
/* $Id: Gadfunc.h,v 1.4 1993/04/02 19:37:33 Matti_Rintala Exp $ */
#ifndef GADFUNC_H
#define GADFUNC_H
/* Include prototypes etc. generated by GadToolsBox */
#ifndef GDX_YEAR
#ifdef __SASC
#include "RemSAS.h"
#endif
#ifdef _DCC
#include "RemDICE.h"
#endif
#endif
void InitGadgets(void);
void ExitGadgets(void);
#endif